In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / IsBlank_3 Method

IsBlank_3 Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function IsBlank_3( _

   ByVal ImageID As Integer, _

   ByVal Confidence As Single, _

   ByVal AccountForMargins As Boolean _

) As Boolean
public bool IsBlank_3( 

   int ImageID,

   float Confidence,

   bool AccountForMargins

)
public function IsBlank_3( 

    ImageID: Integer;

    Confidence: Single;

    AccountForMargins: Boolean

): Boolean; 
public function IsBlank_3( 

   ImageID : int,

   Confidence : float,

   AccountForMargins : boolean

) : boolean;
public: bool IsBlank_3( 

   int ImageID,

   float Confidence,

   bool AccountForMargins

) 
public:

bool IsBlank_3( 

   int ImageID,

   float Confidence,

   bool AccountForMargins

) 

Parameters

ImageID
Confidence
AccountForMargins
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members